Skip to content

Ignore __pycache__, .venv, docs/_build and .DS_Store - #505

Merged
gdevenyi merged 1 commit into
masterfrom
chore/gitignore-build-artifacts
Aug 11, 2026
Merged

Ignore __pycache__, .venv, docs/_build and .DS_Store#505
gdevenyi merged 1 commit into
masterfrom
chore/gitignore-build-artifacts

Conversation

@gdevenyi

@gdevenyi gdevenyi commented Aug 3, 2026

Copy link
Copy Markdown
Member

Four untracked paths that show up in git status during normal local work:

  • __pycache__/ — from pip install -e .
  • .venv/ — uv/venv default location
  • docs/_build/ — sphinx output directory set in docs/Makefile
  • .DS_Store — macOS Finder

🤖 Generated with Claude Code

https://claude.ai/code/session_01Kdq57U3c4xpcRTXWhtpWrt

Copilot AI review requested due to automatic review settings August 3, 2026 16:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

These are produced by an editable install, a local docs build and macOS
Finder, and currently show up as untracked noise in git status.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Kdq57U3c4xpcRTXWhtpWrt
@gdevenyi
gdevenyi force-pushed the chore/gitignore-build-artifacts branch from e9d645d to 6da53f1 Compare August 3, 2026 16:02
@gdevenyi gdevenyi changed the title Ignore __pycache__, .venv and docs/_build Ignore __pycache__, .venv, docs/_build and .DS_Store Aug 3, 2026
@gdevenyi
gdevenyi merged commit 139faa3 into master Aug 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants